Esx Settings Clusters Configuration ValidationResult
This Esx Settings Clusters Configuration ValidationResult schema contains properties that describe the result of validating a configuration document.
This schema was added in vSphere API 8.0.1.0.
{
"valid": false,
"errors": [
{
"path": "string",
"messages": [
{
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi Std NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
}
]
}
]
}
This boolean flag indicates whether the configuration document validated successfully with no validation errors.
This property was added in vSphere API 8.0.1.0.
Lists all validation errors identified in the configuration document.
This property was added in vSphere API 8.0.1.0.
This is set when Esx Settings Clusters Configuration ValidationResult.valid is false.